Add INSTALL_* variables for compatibility with kamikaze, should fix #1044
authorFlorian Fainelli <[email protected]>
Sun, 17 Dec 2006 15:01:14 +0000 (15:01 +0000)
committerFlorian Fainelli <[email protected]>
Sun, 17 Dec 2006 15:01:14 +0000 (15:01 +0000)
SVN-Revision: 5821

openwrt/rules.mk

index e7b6ff81d5f303ad92ce89851dd3c014d567047f..c006d605d22514e8e655b882911e86c4ddcc435e 100644 (file)
@@ -6,6 +6,10 @@ CP=cp -fpR
 MAKE1=make
 MAKEFLAGS=-j$(BR2_JLEVEL)
 
+INSTALL_BIN:=install -m0755
+INSTALL_DIR:=install -d -m0755
+INSTALL_DATA:=install -m0644
+
 # Strip off the annoying quoting
 ARCH:=$(strip $(subst ",, $(BR2_ARCH)))
 #"